home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / window.h < prev   
Text File  |  1996-04-10  |  569b  |  24 lines

  1. /*****
  2.  * cheatWindow.h
  3.  *
  4.  *        Public interfaces for cheatWindow.c
  5.  *
  6.  *****/
  7.  
  8. extern WindowPtr myWindow;
  9. extern TEHandle myText, typeText;
  10. extern ControlHandle gVBar;
  11. extern short gGameWindDepth, gLinesInText;
  12. extern Rect screenRect;
  13.  
  14. void SetUpWindow(void);
  15. void CalcVBar(void);
  16. Boolean GetAnAddress(char *name, char *password, char *address, long *port);
  17. void DrawTextWindow(void);
  18. void GrowTextWindow(Point pt);
  19. void EnteredText(void);
  20. void PrefDialog(void);
  21. void PrefDialog2(void);
  22. void HandleKey(char c);
  23. short GetLineHeight(TEHandle tt);
  24. void CalcVisLines(void);